home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol A-4
/
(Vol A-4) Vol. A4.iso
/
Games
/
the_octopus-show.swf
/
scripts
/
frame_124
/
DoAction.as
Wrap
Text File
|
2008-03-13
|
246b
|
15 lines
scoresURL = "http://www.gamebrew.com/process/hiscore.php";
if(_root.score > 0)
{
stop();
pos = Selection.getCaretIndex();
if(pos == -1)
{
Selection.setFocus("newName");
}
}
else
{
gotoAndStop("scorelist");
}